Latest Questions

cygwin_exception::open_stackdumpfile google test

I have read a few topics about errors: cygwin_exception::open_stackdumpfile: Dumping stack trace to program.exe.stackdump But I can't find something that fits m

How to combine multi excel workbook into single workbook with multiple worksheets

I have 3 workboooks with single sheets.I need to combine all workbooks into single workbook with 3 sheets. I tried the below code : from pandas import ExcelWrit

Use rsa-pss algorithm to sign data

I want to use RSA-PSS algorithm to sign and verify data by using rust openssl crate. But I ran into some problems. Here is my code: use openssl::sign::{Sign

Getting URL Parameter using WKHTMLTOPDF

We have created a configurator using Gatsby.js where users can customize their products and download the PDF using WKHTMLTOPDF. To do that we are passing the cu

Nuxt + Firebase - Correct way to handle environment variables

I have been trying to develop a fully functional, reusable firebase authentication app however after looking online at multiple different solutions, I have deve

The Pygame image is not loading up correctly [duplicate]

I am writing a game in PyGame. But when I want to load images, the background image is not loading up correctly. Also, no error message is sho

How to output bootstrap results to LaTeX in R

library(boot) boot_function <- function(data, indices, formula){ d <- data[indices, ] obj <- lm(formula, d) coefs <- summary(obj)$coefficient

Merge 2 files in Notepad++ or Vim

I have 2 files with me. File1.txt: Bus Railway Cinema Motor File2.txt: Stand Station Theatre Cycle Above 2 files I have with me and I need output like below

Mplstereonet azimuth labels

For my thesis I use the mplstereonet package to plot stereographic projections of points and planes obtained by using the ObsPy package. For my application I wa

Micronaut declarative http-client not injected in Grails 5.1.6 controllers / services

I migrated an app from Grails 4.0.0 to Grails 5.1.6, it is using the Micronaut declarative client to make requests to an external API. When I run it with grails

Webrtc on Python failing to change ICE connection state between peers

First, I want to mention that I am very new to WebRTC, so any advice would be very helpful. Currently I am using aiortc library to build my own WebRTC app. Here

java.lang.IllegalArgumentException: Invalid column: _data

while running this code I am getting invalid: column _data exception RingtoneManager.setActualDefaultRingtoneUri( context, Ring

Nextjs build is faild [duplicate]

pls help me when running npm run build .I got an error: ./pages/include/WithTransition.js 4:9 Error: Component definition is missing display

http request does not get called when uploading the data to Firebase - firebase cloud function

Hello everyone I am trying to fetch the data from Binance than do a schedule function that uploads the data from the previous fetch to the Cloud FireStore , the

How can I email the error logs from GitHub runner?

How can I get this error emailed in this exact format?

Extracting specific number of rows from dataframe

I have a csv file having two columns i.e. imagename and ID. There are multiple image names for same ID as shown in picture. Number of image names against id is

Playing audio/video files instead of downloading them on Woocommerce "My Account" downloads section

I have a quick question in regards to WooCommerce and downloadable files. I would like to make the purchased products play in My Account section rather than eas

How to pass a filtered range to other functions in Excel?

Let's say I wanted to find the average number of calls per day. Normally, I can use the formula =COUNT(A2:A15)/SUM(1/(COUNTIF(A2:A15,A2:A15))) for the table bel

MongoDB get sum of fields which I have modified in the project pipeline

I want to calculate avgAmount as the sum 3 fields = [balanceLoaded + operatorDueAmount - walletUsage]. But these fields can either be zero or themselves (balanc

make barrier mouse and keyboard sharing smooth on the client

I am using barrier to share my keyboard and mouse between windows11(server) and ubuntu (client). It's working fine but when i move the mouse or keyboard over to

My constant is changing, and I dont know why, or even how

I'm making a program that basically "ciphers" a text, by substituting the letters by other ones. So you basically run the program and enter a distribution, then

How to do Group By and SELF JOIN in single table

Here is what I am trying to get done. Partly I am thru, Partly I am stuck, and need some help. Table structure: CREATE TABLE UserRole ( Id bigint NOT NULL A

Insert data in a table from another model In .NET Core MVC

I'm trying to build a quiz application and i want to insert the user's answers after the quiz is submitted. this is my question model: public class Question {

Angular bootstrap dropdown-toggle not working

Add a css class dynamically: In my angular application, I am using bootstap dropdown,dropdown-toggle to display drop down on click of a button. But the drop dow

Outlook Calendar .Net Core Web API GetList (tokenCredential parameter cannot be null. (Parameter 'tokenCredential'))

I have an API project related to Outlook calendar integration. With this project, you can access your outlook account. I want to list all the events in the cale

Rich text editor for Django with comments/annotation (open source)

Is there anyone succeeded integrating any rich text editor through Django along with inline comments option? I refer inline comment as highlighting a word or se

How to get a list of shared mailboxes for a user in ews-java-api?

Currently, I am able to access the shared mailbox of a user account if I already know the address of the shared mailbox. However, if I know just the user accoun

given 2 arrays , create an object, matching the element of array1, with the key of the object of array2

I really don't know where I'm failing, I try 1000 ways, but I can't. function userCheck (arr1,arr2) { let map = {}; arr1.filter((user) => { arr2.f

React prevent MUI Select from changing width in MUI Grid

I have an MUI grid setup with a variable number of columns. Currently, if the user selects a long string for the Select box, the Select grows, increasing the si

Do I need to move my Forge App to "Production", and if so, how? [autodesk-forge]

I have a Forge App (which, of course, is nothing more than a clientID/secret for establishing an OAuth connection). I saw a reference to "production", but could